github.com/jackc/pgx/v5/pgxpool.Stat.newConnsCount (field)

3 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L709: 		newConnsCount:        atomic.LoadInt64(&p.newConnsCount),
		stat.go#L12: 	newConnsCount        int64
		stat.go#L71: 	return s.newConnsCount